home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 2.iso / pc / menu.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1997-04-12  |  158 b   |  10 lines

  1. on exitFrame
  2.   global gmtype
  3.   set the text of member "fPhotoCount" to "1"
  4.   if gmtype = 0 then
  5.     go(1, "P_BRO_M")
  6.   else
  7.     go(1, "P_BRO_W")
  8.   end if
  9. end
  10.